home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / eu1_00.zip / OD.MAN < prev    next >
Text File  |  1991-02-02  |  1KB  |  33 lines

  1.  
  2.         Eldar Utilities Ver.1.00
  3.  
  4.             ONCE A DAY
  5.  
  6.         (C) Eldar Software, 1991
  7.  
  8.     Once a Day ( OD ) utility allow you automatically execute
  9. some programs only one time a day when computer is firstly turned on.
  10. This program returns dos error code 0 if it is called this day first
  11. time, code 8 if it is not so, and code 4 of some serious errors in
  12. environment are present. The special case is when the date is 1/1/1980.
  13. This situation judged as an uncertain date and gives return code 16.
  14. The last case is practically impossible, except cases when the user
  15. loads his own command processor which does not support MS/PC-DOS
  16. feauters in full.
  17.     If you'll specify any parameter for OD then you'll got
  18. a copyright mark and some short instructions.
  19.  
  20.     To use OD just place in your AUTOEXEC.BAT the next fragment:
  21. ...
  22. od
  23. if errorlevel 2 goto noonce
  24. ... programs, you want to execute only one time a day
  25. :noonce
  26. ... continuation of your AUTOEXEC.BAT
  27.  
  28.     What programs is rational to execute only one time a day ?
  29.  
  30.     - antiviral control of some middle-frequency used programs;
  31.     - some time-expensive checking and optimization programs;
  32.     - setting date and time on the old computers without clocks.
  33.